From: Richard M. Stallman Date: Sat, 22 May 1993 18:27:07 +0000 (+0000) Subject: (modifier_names): Update to match *_modifier in termhooks. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96104 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1dfdf9e28e83d6c6c8aa887b011275562b3d39bc;p=emacs.git (modifier_names): Update to match *_modifier in termhooks. --- diff --git a/src/keyboard.c b/src/keyboard.c index 42aff6bb76d..8ccc6513985 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2521,8 +2521,8 @@ apply_modifiers_uncached (modifiers, base, base_len) static char *modifier_names[] = { - "up", 0, 0, 0, 0, 0, 0, "down", - "drag", "click", 0, 0, 0, 0, 0, 0, + "up", "down", "drag", "click", 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "alt", "super", "hyper", "shift", "control", "meta" }; #define NUM_MOD_NAMES (sizeof (modifier_names) / sizeof (modifier_names[0]))